home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / util4 / saymore.lha / SayMore.doc < prev    next >
Text File  |  1996-02-03  |  5KB  |  134 lines

  1.                SayMore Version 0.20
  2.                      © 1996
  3.              By Kenton A. Groombridge
  4.  
  5. Introduction:
  6.  
  7.    SayMore is a program designed to replace Say.  Say was fine 
  8. for Workbench 1.3, but the Say program included with 2.0X did not 
  9. have the ability to change most of the options in the new 
  10. narrator.device.
  11.  
  12.    This is a prerelease version of SayMore.  It is not far from 
  13. being completed, but I want to make this program the best I can.  
  14. Please look over the interface and features and tell me what you 
  15. like and dislike.  Please look at my "To Do" list before 
  16. responding to program changes and additions.  I really do not 
  17. like the layout of the interface, so if you have a better idea, 
  18. please do a drawing or write a brief description and send it to 
  19. me.
  20.  
  21. Disclaimer:
  22.  
  23.    The use of this program is on your own risk. There is no 
  24. liability or responsibility for any damage caused by the program.
  25.  
  26. Copyright:
  27.  
  28.    SayMore is free to be spread on public-domain and shareware 
  29. disks, as long as they  are sold for a reasonable charge.
  30.  
  31. To do:
  32.  
  33. 1. Talking face (probably next release).
  34. 2. Tool types so that the window positions can be saved.
  35. 3. Open file requester.
  36. 4. Command line operation to read in file name to speak.
  37. 5. Switch characters so that the speech can change while 
  38. speaking.
  39. 6. Sizable main window.  If you have created code using gadgets 
  40. in sizeable windows, please send me a code fragment.  This 
  41. will help me to add this feature.  I refuse to use MUI.
  42. 7. I have a feeling I am forgetting something here.
  43.  
  44. Use of the program:
  45.  
  46.    I do not plan to charge money for the programs use, but I 
  47. have coined the term caveatware.  Caveatware means that you may 
  48. use the program with the following stipulations.
  49.  
  50. 1.  If English is your native language, please try to speak it 
  51. correctly.  I know that my English is not always correct, but I 
  52. am trying to improve it.  Some of by pet peeves are using the 
  53. word "gender" when you mean "sex."  Gender has to do with speech.  
  54. Some words have a masculine, feminine and neuter gender.  This 
  55. all has to do with political correctness which I also despise.
  56.  
  57. 2.  Write a program for the Amiga.  It seems like every time I 
  58. read usenet news, there is somebody wishing there was a program 
  59. that did this or that.  Do something about it, and write a 
  60. program.
  61.  
  62. 3.  If you write Amiga software, and charge a fee for what you 
  63. write, please consider discounts for other Amiga software 
  64. authors.
  65.  
  66. 4.  Send me a message letting me know that you use the program, 
  67. and some input on what you would like to see added or changed.
  68.  
  69. 5.  Bug Amiga Technologies to include narrator.device and 
  70. translator.library with future releases of Workbench.
  71.  
  72. 6.  More to follow.
  73.  
  74. Required:
  75.  
  76.    As far as I know, this program requires Workbench 2.04+, but 
  77. it has not been tested on all platforms.  It was written on an  
  78. Amiga 2000/GVP 030/Workbench 3.1.  Remember that it requires the 
  79. new narrator.device and translator.library included only with 
  80. Workbench 2.0X.  To stay legal, you must own one of these 
  81. versions of Workbench or have legally purchased these files.
  82.  
  83. Reporting errors:
  84.  
  85.    I have put in some code to help determine the cause of 
  86. errors.  When a detectable error occurs in this program, the 
  87. famous "Alert" will pop up with some text indicating the error 
  88. that occurred and two numbers.  The first number is the 
  89. approximate amount of CHIP RAM.  The second number is the 
  90. approximate amount of FAST RAM.  If either of these numbers are 
  91. small, you may be running out of memory.  Try to free some memory 
  92. and try again.  Read the message.  If the message says "Can not 
  93. open translator.library V37 or above," check to see that you have 
  94. that library and it is the correct version.
  95.  
  96.    Anything that you can not figure out, please send me the 
  97. error and the configuration of your system and anything that was 
  98. running at the time.   
  99.  
  100. Contacting the author:
  101.  
  102.       e-mail      kgroombr@hereford.ampr.org
  103.  
  104.       snail-mail  Kenton Groombridge
  105.                   142-B Carter Street
  106.                   Fort Huachuca, AZ  85613
  107.                   USA
  108.  
  109. Acknowledgments:
  110.  
  111.    The first SayMore program was written using HiSoft DevPac 
  112. Assembler 3.04.  I have sent several messages to HiSoft as how to 
  113. upgrade to the newest revision of the program, but have never 
  114. received a response.
  115.  
  116.    This version of the program is written using SAS/C 6.56.  
  117. SAS/C is a great program, and I hope that they continue support 
  118. for the Amiga.  Thanks to SAS/C for the two patches written 
  119. after C= death.
  120.  
  121. Revision history:
  122.  
  123. 0.10B Written in assembler and the layout was very klunky. No 
  124. known bugs.
  125.  
  126. 0.20  Written in 'C' and some enhancements made to make it more 
  127. user friendly.  There is one little bug that I am aware of, 
  128. but I would like to see if anybody can find it.  It is not a 
  129. crashable bug, just kind of an annoyance.  It will be fixed 
  130. in the next release.
  131.  
  132. 0.25  Fixed bug in error reporting code.  Included the correct 
  133. docs (Sorry, no excuse other than not double checking).
  134.